projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb1c85
)
lxc: fix hooks installation on 1.0.6
author
Petar Koretic
<
[email protected]
>
Wed, 22 Oct 2014 11:51:52 +0000
(13:51 +0200)
committer
Luka Perkov
<
[email protected]
>
Thu, 23 Oct 2014 08:11:00 +0000
(
04:11
-0400)
Signed-off-by: Petar Koretic <
[email protected]
>
utils/lxc/Makefile
patch
|
blob
|
history
diff --git
a/utils/lxc/Makefile
b/utils/lxc/Makefile
index 332a8ae13e20f3e4b2528dd85dc07a662595de8a..1315fec23e67e38e9aa1293e4b36bce4dde8850d 100644
(file)
--- a/
utils/lxc/Makefile
+++ b/
utils/lxc/Makefile
@@
-168,10
+168,7
@@
endef
define Package/lxc-hooks/install
$(INSTALL_DIR) $(1)/usr/share/lxc/hooks
$(CP) \
- $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountcgroups \
- $(1)/usr/share/lxc/hooks/
- $(CP) \
- $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountecryptfsroot \
+ $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/* \
$(1)/usr/share/lxc/hooks/
endef